|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface RenderThumbnailState.RenderListener
Interface for an render listener. It will be called back on events from the render state.
| Method Summary | |
|---|---|
void |
renderingCompleted(java.lang.String id,
java.awt.image.BufferedImage image)
This listener methods is called when the rendering of the id is complete. |
void |
savingCompleted(java.lang.String id,
java.io.File file)
This listener method is called when the rendered image has been saved to a file. |
| Method Detail |
|---|
void renderingCompleted(java.lang.String id,
java.awt.image.BufferedImage image)
id - The id of the rendered nodeimage - The rendered image
void savingCompleted(java.lang.String id,
java.io.File file)
id - The id of the rendered nodefile - The file to which the image has been saved
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||